var github.com/jackc/pgx/v5.errDisabledStatementCache

4 uses

	github.com/jackc/pgx/v5 (current package)
		conn.go#L129: 	errDisabledStatementCache   = fmt.Errorf("cannot use QueryExecModeCacheStatement with disabled statement cache")
		conn.go#L539: 			return pgconn.CommandTag{}, errDisabledStatementCache
		conn.go#L899: 			return nil, errDisabledStatementCache
		conn.go#L1074: 		return &pipelineBatchResults{ctx: ctx, conn: c, err: errDisabledStatementCache, closed: true}